home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / os2 / daytime.zip / getopt.h < prev    next >
C/C++ Source or Header  |  1995-08-20  |  171b  |  8 lines

  1. /* Declarations for getopt. */
  2.  
  3. extern char *optarg;
  4. extern int optind;
  5. extern int opterr;
  6.  
  7. extern int getopt (int argc, char *const *argv, const char *shortopts);
  8.